Get Roles
AutomatR.Zoho.Activities.GetRoles
The "Get Roles" activity in AutomatR is part of the Zoho activities package, designed to retrieve information about all roles. This activity streamlines the process of fetching roles data, enhancing automation workflows.
Properties
Name | Description |
---|---|
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Enter the wait time in seconds (Example: 5 seconds, i.e., 5) to start the activity. |
Output | |
Result | Outputs the roles information. Variables of type GetRolesModel to store the roles data. |
How to Use
- Drag and drop the "Get Roles" activity onto the workflow.
- Configure the properties by specifying the delay.
- Execute the workflow to retrieve information about all roles.
Example
Consider an example where the "Get Roles" activity is used to retrieve information about all roles:
Get Roles:
Delay: 0
Result: rolesData
In this example, the activity retrieves information about all roles with a delay of 0 seconds. The result, i.e., the roles information, is stored in the rolesData
variable for further handling in the workflow.